libxenguest: Remove bogus weak definitions of xc_{set,get}_hvm_param().
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 13 Apr 2007 10:09:58 +0000 (11:09 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 13 Apr 2007 10:09:58 +0000 (11:09 +0100)
Signed-off-by: Keir Fraser <keir@xensource.com>
tools/libxc/xg_private.c

index e3e065884248b62a6d2a34789a62839e7bd3afd9..37bc587477e071148b312293112f30eda656ab78 100644 (file)
@@ -198,18 +198,6 @@ __attribute__((weak))
     return -1;
 }
 
-__attribute__((weak)) int xc_get_hvm_param(
-    int handle, domid_t dom, int param, unsigned long *value)
-{
-    return -ENOSYS;
-}
-
-__attribute__((weak)) int xc_set_hvm_param(
-    int handle, domid_t dom, int param, unsigned long value)
-{
-    return -ENOSYS;
-}
-
 /*
  * Local variables:
  * mode: C